home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / menue.bat < prev    next >
DOS Batch File  |  1995-11-29  |  221b  |  12 lines

  1. @echo off
  2. mm.exe SHOW %1 %2 %3 %4 %5 %6
  3. if errorlevel=2 goto install
  4. if errorlevel=1 goto game
  5. if errorlevel=0 goto ende
  6. :install
  7. mmenwork.bat %1 %2 %3 %4 %5 %6
  8. goto ende
  9. :game
  10. game.bat %1 %2 %3 %4 %5 %6
  11. :ende
  12.